Skip to content

Add cloud id helpers: prefixed local ids, scope id constructors, handle slugifier#502

Draft
RhysSullivan wants to merge 1 commit intomainfrom
rs/cloud-workspaces-01-ids
Draft

Add cloud id helpers: prefixed local ids, scope id constructors, handle slugifier#502
RhysSullivan wants to merge 1 commit intomainfrom
rs/cloud-workspaces-01-ids

Conversation

@RhysSullivan
Copy link
Copy Markdown
Owner

No description provided.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 4, 2026

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@502

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@502

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@502

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@502

@executor-js/storage-core

npm i https://pkg.pr.new/@executor-js/storage-core@502

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@502

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@502

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@502

@executor-js/plugin-google-discovery

npm i https://pkg.pr.new/@executor-js/plugin-google-discovery@502

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@502

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@502

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@502

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@502

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@502

executor

npm i https://pkg.pr.new/executor@502

commit: 3ebff47

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 4, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 3ebff47 Commit Preview URL

Branch Preview URL
May 04 2026, 05:14 PM

Comment on lines +43 to +49
export const orgScopeId = (orgId: string): ScopeId =>
ScopeId.make(`org_${orgId}`);

export const workspaceScopeId = (workspaceId: string): ScopeId =>
ScopeId.make(`workspace_${workspaceId}`);

export const userOrgScopeId = (userId: string, orgId: string): ScopeId =>
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

branded types to org scope id, workspace scope id

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 4, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 3ebff47 May 04 2026, 05:14 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant